projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608b2ec
)
Print value on malformed input
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 5 Sep 2021 17:13:48 +0000
(19:13 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 5 Sep 2021 17:13:48 +0000
(19:13 +0200)
* rcirc.el (rcirc-define-command): Unquote argument
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index e4649a6ab79992fead7f8d507fda25a3786bf790..6e4f99b24c7350142cf9d990ed5379bed644e148 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-2470,7
+2470,7
@@
that, an interactive form can specified."
(unless (if (listp ,argument)
(<= ,required (length ,argument) ,total)
(string-match ,regexp ,argument))
- (user-error "Malformed input (%s): %S" ',command
'
,argument))
+ (user-error "Malformed input (%s): %S" ',command ,argument))
(let ((process (or process (rcirc-buffer-process)))
(target (or target rcirc-target)))
(ignore target process)